body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'kalpurush', sans-serif;
    font-family: sans-serif;
    font-family: 'bangla', sans-serif;
}

@import url(http://weloveiconfonts.com/api/?family=entypo);
/*

.row {
    overflow-x: hidden;
}
*/
.timmer {
    font-family: timeFont;
    font-size: 30px;
}
.sticky {
   
        position: fixed;
        top: 10px;
        right: 38px;
        z-index: 9999;
    

    
}

p {
    font-family: sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    font-family: 'bangla', sans-serif;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 8px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 2px;
    background-color: #062541;
    box-shadow: 2px 8px 6px rgba(0, 118, 186, 0.3);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.nav-link {
    color: #fff !important;
}

#sidebar {
    width: 270px;
    position: fixed;
    top: 0;
    left: -270px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}



#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 55px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.profile_pic {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.profile_pic img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
}

#dismiss:hover {
    background: #fff;
    color: teal;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    background: #fff;
    margin-top: 60px;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1em;
    display: block;
}

.profile_list_none {
    list-style: none;
}

#sidebar ul li a:hover {
    color: teal;
    background: #fff;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #005a5a;
}

a[data-toggle="collapse"] {
    position: relative;
}

ul ul a {
    font-size: 0.8em !important;
    padding-left: 20px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: teal;
}

.border-rounded {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.border-rounded1 {
    border-radius: 20px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.font00 {
    width: 50px;
    height: 50px;
    padding: 2px;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    margin: auto;
}

.font11 {
    font-size: 30px;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    margin: auto;
}

.font11 img {
    width: 60px;
    height: 60px;
    padding: 2px;
    border-radius: 50%;
    margin-top: 5px;
}

.font00 .fa-university {
    color: #000;
    font-size: 25px;
    text-align: center;
    margin-top: 8px;
}

.fotter {
    background-color: #2F4E71;
}

.category-area .card-body p {
    font-size: 15px;
}

.fotter .h4 {
    border-bottom: 2px solid #fff;
    display: inline-block;
    font-size: 21px;
}

.fotter ul li {
    font-size: 16px;
}

.footer-bottom ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 20px;
    font-size: 22px;
    color: #FF6600;
}

.mobile-nav-bar {
    position: absolute;
    width: 100%;
    left: 100px;
}

.text-primary {
    color: blue !important;
}

.mobile-nav-bar p {
    display: inline;
}

.footer-bottom .h4 {
    color: #FF6600;
}

.input-group {
    width: 55%;
}

.header_a {
    font-size: 15px;
    padding: 3px;
}

#none_navba::placeholder {
    font-size: 14px;
}

[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
    font-size: 15px;
    color: #555;
}

.badge-num {
    box-sizing: border-box;
    font-family: 'Trebuchet MS', sans-serif;
    background: #ff0000;
    cursor: default;
    border-radius: 50%;
    color: #000;
    font-weight: bold;
    font-size: 10px;
    height: 1.2rem;
    line-height: 1.55;
    margin-bottom: 15px;
    margin-left: .9rem;
    margin-right: 2px;
    border: .1rem solid #fff;
    text-align: center;
    display: inline-block;
    width: 1.2rem;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    animation: pulse 1.5s 1;
    z-index: 999999999;
}

#badge .fa-bell {
    font-size: 25px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: #fff;
    z-index: 0;
}

#badge .fa-user {
    font-size: 25px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: #fff;
    z-index: 0;
}

#badge .fa-sign-in-alt {
    font-size: 25px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: #fff;
    z-index: 0;
}

.login-btn {
    padding-bottom: 6px;
    padding-top: 6px;
}

.dropdown-menu .dropdown-item {
    transition: all 0.3s;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #FF6600;
    color: #fff;
    transition: all 0.3s;
}

.input-group {
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
}

.search_style#none_navbar {
    background-color: #bd5109;
}

.input-group-append .btn {
    background-color: transparent;
    padding: 0px 5px;
    outline: none;
}

.search_style {
    width: 100%;
    height: 70px;
    position: absolute;
    z-index: 999;
    border-radius: 2px;
    margin-top: 4px;
    margin-left: 0px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.search_style.search_style input#search_input {
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    margin-left: 0px;
    padding-left: 6px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.mobile-search-btn {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    margin-left: 8px;
    padding-left: 5px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

#none_navbar .fa-arrow-left {
    margin-top: 32px;
    color: #fff;
}

.mobile-search-btn button {
    margin-top: 9px;
}

.search_style .mobile-search-btn {
    display: block;
}

.search_style .fa-microphone {
    color: #fff;
}

.search_style .mobile-search-btn-2 {
    display: none;
}

li a[aria-expanded="false"] .fa-sort-up {
    display: none;
}

li a[aria-expanded="true"] .fa-sort-down {
    display: none;
}

li a[aria-expanded="true"] .fa-sort-down {
    display: none;
}



.admission-banner {
/*    background-image: url(assets/img/banner_1.png);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 55px;
background-color: #08AEEA;
background-image: linear-gradient(90deg, #08AEEA 0%, #2AF598 100%);


}


.card.py-5.text-center.border-rounded.admission-banner {
    padding: 150px 0px !important;
}

input#search_input {
    height: 30px;
    font-size: 12px;
    border: none;
}

.input-group-append {
    2px 0px;
}


input#search_input:focus {
    outline: none !important;
    border: none !important;
}

.input-group-append:focus {
    outline: none;
    border: none !important;
    box-shadow: none;
}

@media only screen and (min-width:1500px) {
    #none_navbar {
        display: none;
    }

    .header_a {
        display: none;
    }
}



@media only screen and (min-width:992px) {
    /*
    #sidebar {
        display: none;
    }
*/

    #none_navbar {
        display: none;
    }

    .header_a {
        display: none;
    }

    /*
    #sidebarCollapse {
        display: none;
    }
*/

    .mobile-nav-bar {
        display: none;
    }



}



@media only screen and (max-width:991px) {

    .card.py-5.text-center.border-rounded.admission-banner {
        padding: 120px 0px !important;
    }

    .admission-banner {
        margin-top: 0px;
    }

    .admission-banner {
        margin-top: 0px;
    }

    #sidebar .sidebar-header {
        margin-top: 0px;
    }


}

@media only screen and (max-width:768px) {
    .adminsion-assent {
        display: none;
    }

    .mobile-nav-bar p {
        display: inline-block;
    }

    .footer-bottom .text-right {
        text-align: center !important;
    }

    .footer-bottom .h4 {
        font-size: 20px;
        padding-top: 6px !important;
    }

    .col-lg-6.col-md-6.col-6.pt-4 {
        padding-top: 10px !important;
    }

    .footer-bottom ul li {
        list-style: none;
        display: inline-block;
        padding: 10px;
        font-size: 18px;
    }

    .fotter p.h4.font-weight-bold.text-light.py-2 {
        font-size: 18px;
    }

    .header_a {
        display: none;
    }


    .card.py-5.text-center.border-rounded.admission-banner {
        padding: 120px 0px !important;
        margin-top: 35px;
    }

    .admission-banner {
        margin-top: 0px;
    }
}

@media only screen and (max-width:480px) {
    .footer-bottom .h4 {
        font-size: 16px;
        padding-top: 4px !important;
    }

    .col-lg-6.col-md-6.col-6.pt-4 {
        padding-top: 2px !important;
    }

    .footer-bottom ul li {
        padding: 4px;
        font-size: 16px;
    }

    .header_a {
        display: none;
    }

    .fotter ul li {
        font-size: 14px;
    }

    .fotter p.h4.font-weight-bold.text-light.py-2 {
        font-size: 16px;
    }

    .fotter.bg-info.py-5 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container.py-5.category-area {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }


    .card.py-5.text-center.border-rounded.admission-banner {
        padding: 50px 0px !important;
        margin-top: 35px;
    }

    .admission-banner {
        margin-top: 0px;
    }

}

@media only screen and (max-width:767px) {


    .row {
        overflow-x: hidden;
    }

    .adminsion-assent {
        display: none;
    }

    .mobile-nav-bar p {
        display: inline-block;
    }

    .footer-bottom .text-right {
        text-align: center !important;
    }

    .footer-bottom .h4 {
        font-size: 20px;
        padding-top: 6px !important;
    }

    .col-lg-6.col-md-6.col-6.pt-4 {
        padding-top: 10px !important;
    }

    .footer-bottom ul li {
        list-style: none;
        display: inline-block;
        padding: 10px;
        font-size: 18px;
    }

    .fotter p.h4.font-weight-bold.text-light.py-2 {
        font-size: 18px;
    }
}

@media only screen and (max-width:480px) {

    .footer-bottom .h4 {
        font-size: 16px;
        padding-top: 4px !important;
    }

    .col-lg-6.col-md-6.col-6.pt-4 {
        padding-top: 2px !important;
    }

    .footer-bottom ul li {
        padding: 4px;
        font-size: 16px;
    }

    .fotter ul li {
        font-size: 14px;
    }

    .fotter p.h4.font-weight-bold.text-light.py-2 {
        font-size: 16px;
    }

    .fotter.bg-info.py-5 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container.py-5.category-area {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .mobile-row {
        padding: 0px .25rem !important;
    }

    .col-lg-4.col-md-4.col-6.mb-3 {
        padding: 0px .25rem !important;
        margin-bottom: 8px !important;
    }

    .col-lg-3.col-md-3.col-6.mb-3 {
        padding: 0px .25rem !important;
        margin-bottom: 6px !important;
    }
}

.Collapse-btn {
    background-color: transparent;
}

.Collapse-btn .fa-align-justify {
    font-size: 22px;
    color: #fff;
}

.bg-info {

    background-color: #FF6600 !important;
    box-shadow: 1px 4px 12px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width:992px) {
    /*
    #sidebar {
        display: none;
    }
*/
    /*

    #sidebarCollapse {
        display: none;
    }
*/

    .mobile-nav-bar {
        display: none;
    }

    .entypo-bell {
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .adminsion-assent {
        display: none;
    }

    .navbar {
        padding: 5px 0px;
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%;
    }

    .section {
        padding-top: 10px;
    }

    .smartforms-modal-container {
        margin: 1em auto;

    }

    .smart-forms .form-footer {
        padding: 0px 25px;
        padding-top: 10px;
    }


}

@media only screen and (max-width: 992px) {
    .fotter p.h4.font-weight-bold.text-light.py-2 {
        font-size: 16px;
    }
}


@media only screen and (max-width:768px) {
    .mobile-nav-bar p {
        display: inline-block;
    }

    .footer-bottom .text-right {
        text-align: center !important;
    }

    .footer-bottom .h4 {
        font-size: 20px;
        padding-top: 6px !important;
    }

    .col-lg-6.col-md-6.col-6.pt-4 {
        padding-top: 10px !important;
    }

    .footer-bottom ul li {
        list-style: none;
        display: inline-block;
        padding: 10px;
        font-size: 18px;
    }

    .fotter p.h4.font-weight-bold.text-light.py-2 {
        font-size: 18px;
    }

    .navbar {
        padding: 4px 0px;
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%;
    }
}

@media only screen and (max-width:480px) {
    .footer-bottom .h4 {
        font-size: 16px;
        padding-top: 4px !important;
    }

    .col-lg-6.col-md-6.col-6.pt-4 {
        padding-top: 2px !important;
    }

    .footer-bottom ul li {
        padding: 4px;
        font-size: 16px;
    }

    .fotter ul li {
        font-size: 14px;
    }

    .fotter p.h4.font-weight-bold.text-light.py-2 {
        font-size: 16px;
    }

    .fotter.py-5 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container.py-5.category-area {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .navbar {
        padding: 2px 0px;
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%;
    }

    div#content {
        position: fixed;
        top: 0;
        z-index: 9;
    }

    .section {
        padding-top: 8px;
    }

    .smart-forms .form-footer {
        padding: 0px 25px;
        padding-top: 20px;
    }


    p.h5.mt-3.text-light {
        font-size: 18px;
    }

    .category-area .card-body p {
        font-size: 14px;
        margin-bottom: 0px;

    }

    .card-body {
        padding: 8px;
    }

    .font00 {
        width: 50px;
        height: 50px;
        padding: 2px;
        margin-top: 6px !important;
    }


    p.h3.mt-3.text-light.font-weight-bold {
        font-size: 20px;
    }

    .smartforms-modal-container {
        margin: 1em auto;

    }

    .smart-forms .form-body {
        padding: 10px 30px;
        padding-bottom: 10px;
    }

}


h1.font-weight-bold {
    color: #fff;
}

.form-inline .fa-arrow-left {
    display: none;
    margin-left: 4px;
    margin-top: 6px;
    border: none;
    outline: none;
}

.search_style .fa-arrow-left {
    display: block;
    z-index: 999;
    border: none;
    outline: none;
    color: #fff;
}

#none_navbar input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}



@media only screen and (max-width: 360px) {
    p.h5.mt-3.text-light {
        font-size: 12px;
    }

    margin-top: 10px !important;

}



.bg-info-opacity {
    background-color: rgba(48, 163, 49, 0.7) !important;
    width: 100%;
}

.card-1 {
    background-image: url(assets/img/Ru.jpg);
    background-size: cover;
    background-position: center;
}


.card-2 {
    background-image: url(assets/img/ruet.jpg);
    background-size: cover;
    background-position: center;
}


.card-3 {
    background-image: url(assets/img/s-t.jpg);
    background-size: cover;
    background-position: center;
}


.card-4 {
    background-image: url(assets/img/delnatl.jpg);
    background-size: cover;
    background-position: center;
}

.card-5 {
    background-image: url(assets/img/agril.jpg);
    background-size: cover;
    background-position: center;
}


.card-6 {
    background-image: url(assets/img/Rajshahi.jpg);
    background-size: cover;
    background-position: center;
}



a.nav-link.bg-dark.rounded.px-4.login-btn {
    background-color: #FF6600 !important;
}




/*full searchbar*/

.openBtn {
    background: #f1f1f1;
    border: none;
    border-radius: 2px;
    padding-top: 2px;


    font-size: 20px;
    cursor: pointer;
}

.openBtn:hover {
    background: #bbb;
}

.overlay-2 {
    margin-top: 60px;
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);

}

.overlay-content {
    position: relative;
    top: 5%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.find-question {

    color: #FF6600 !important;
    font-size: 50px;



}

.find-ability {
    color: red !important;
    font-size: 25px;

}

.overlay-2 .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay-2 .closebtn:hover {
    color: #ccc;
}

.overlay-2 input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
    margin-top: 30px;
}

.overlay-2 input[type=text]:hover {
    background: #f1f1f1;
}

.overlay-2 button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    margin-top: 30px;
}

.overlay-2 button:hover {
    background: #ccc;
}


.dropdown-menu.show {
    margin-top: 12px;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;

}

.table th {
    font-size: 14px;
    font-weight: normal;
}


.table-2 th {
    padding: 2px !important;
}

.table-2 {
    border: 1px solid #000;
    padding: 14px;
    border-radius: 10px;
}

td a:hover {
    color: #005a01;
    transition: all 0.1s;
}

.date_th {
    width: 85px !important;
}


ul.notice {
    padding: 0px;
    background-color: #dbdbdb;
}

ul.notice li {
    list-style: none;
    padding: 6px 10px;
    font-size: 13px;
    border-bottom: 1px solid #fff;
}

ul.notice li .fa-caret-right {
    margin-right: 8px;

}


ul.notice li:hover {
    color: #fff;
    background-color: #FF6600;
    transition: all 0.3s;
}



/* info page css*/

/* notice bord css*/
.my_body {
    padding: 0;
}

.info-page table,
td,
th {
    border: 1px solid rgba(0, 0, 0, .125);
}

.info-page table {
    border-collapse: collapse;
    width: 100%;
}

.info-page td {
    width: 50%;
    padding-left: 10px;
}

.info-page th {
    text-align: left;
}




/*   question page start here*/

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #2baf2b;
    border-color: green;
}

.unit {
    background-color: #2baf2b;
    padding: 0px 26px;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
}

.toral {
    font-size: 15px;
    float: right;
    background-color: #2baf2b;
    padding: 7px 6px;
    color: white;
}

.bangla {
    background: #ccc;
    padding: 3px 5px;
    border: 0;
    font-size: 14px;
}

.bangla .badge {
    font-size: 10px;
    margin-top: 8px;
    font-weight: 100;
}

.question {
    width: 170px;
    background-color: #2baf2b;
    /*    padding: 12px 30px;*/
    color: white;
    border-radius: 0;
}

.question-2 {
    width: 100px;
    background-color: #2baf2b;
    /*    padding: 12px 30px;*/
    color: white;
    border-radius: 0;
}

.reading {
    width: 180px;
    background-color: #2baf2b;
    padding: 12px 30px;
    color: white;
    border-radius: 0;
}


#comment_area {
    width: 100%;
    padding: 5px 10px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2baf2b;
    border-color: #2baf2b;
}

ul.pagination.pagination.scrolling-wrapper {
    justify-content: center;
}



@media screen and (min-width:360px) and (max-width:480px) {

    .list-group-item {
        padding: 10px 15px;
    }

    .toral {
        margin-top: 7px;
        font-size: 12px;
        padding: 6px;
    }


    .unit {
        background-color: #2baf2b;
        padding: 1px 20px;
        color: white;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 15px;
        font-weight: 600;

    }


    .admission-banner h1.font-weight-bold {
        font-size: 30px;
    }

    ul.pagination.pagination.scrolling-wrapper {
        justify-content: flex-start;
    }


    .scrolling-wrapper {
        overflow-x: scroll;
        white-space: nowrap
    }


    .university-text h1 {
        font-size: 26px;
        font-weight: bold;
        margin-top: 10px;
    }

    .university-text .h3 {
        font-size: 20px;
    }

    .qusition-section {
        padding: 0px 2px !important;
    }

}




.font-14 {
    font-size: 14px;
    padding: 10px 0px;
    padding-top: 30px;
}



.card-11 {
    background: rgba(48, 163, 49, 0.9) url(assets/img/Ru.jpg);
    background-blend-mode: color-burn;
    background-size: cover;
    background-position: center;
}


.bg-info-opacity-1 {
    background-color: rgba(48, 163, 49, 0.7) !important;
    width: 100%;
    height: 100%;
    padding-top: 10px;
}


.page-link {
    color: #000;
}


/* fixed side bar */

.sidebar-2 {
    position: absolute;
    top: 0px !important;
    bottom: 100px !important;
}



.sidebar-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;

    padding: 0 15px;
}



@media only screen and (min-width:992px) {

    .mobile-devise-none {
        display: none;
    }

    .mobile-btn {
        display: none;
    }

}

@media only screen and (max-width:992px) {

    .flex-xl-nowrap {
        display: none;
    }


    .sidebar-item {
        display: none;
    }


    .year_fixed {
        position: absolute;
        height: 590px;
        width: 90%;
        overflow: scroll;
    }

    #unit-box {
        height: 600px;
        overflow: scroll;
    }

}



@media only screen and (max-width:575px) {


    .year-mobile-padding {
        padding-left: 26px;
        padding-right: 0px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }



    .year_fixed {
        position: absolute;
        height: 550px;
        width: 85%;
        overflow: scroll;
    }

    #unit-box {
        height: 550px;
        overflow: scroll;
    }

}



.search-box-result p {
    color: #2baf2b;
    text-align: center;
}

.search-box-result {
    background-color: #fff;
    position: relative;
    margin-top: 140px;
    margin-left: 24%;
    padding: 20px;

}


.right-ans {
    color: #FF6600;
    font-weight: bold;
}



.comment_area::placeholder {
    color: rgba(43, 175, 43, 0.7) !important;
}


.bg-light1 {
    background-color: #f7f7f7;
    padding-top: 16px;
}

@media only screen and (max-width:575px) {


    .bg-light1 {
        padding-top: 10px;
    }
}


/*
.category-area .card-body {

    min-height: 70px;
    max-height: 90px;

}
*/


.container-fulid.px-3.py-3.qusition-section {
    padding-top: 50px !important;
}

.sidebar-item ul li {
    padding: 10px 0px;
}


/* sidebar area css */

.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}


.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    overflow-y: scroll;
    height: 100vh;
}


.pad-t-50 {
    padding-top: 55px;
}

.content-section {
    padding-left: 20px;
    padding-top: 60px;
}

@media only screen and (max-width:575px) {


    .sidebar-item {
        display: none;
    }

    .content-section {
        padding-left: 15px;
        padding-top: 0px;
    }

    .pad-left-25 {
        padding-left: 25px;
    }

}

.sidebar-item {
    box-shadow: 6px 10px 10px #0000003d;
}


h1.py-2.text-light.mb-0.mt-1.question-0 {
    font-size: 24px;
}



.accordion .btn-link {
    color: #212121;
}


.accordion .card:first-of-type {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}


.btn-link:hover {
    color: #FF6600;
    transition: all 0.2s;
    text-decoration: none;
}


.filtering {
    text-decoration: underline;
}


a.bg-info:hover {
    background-color: #005a01 !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #005a01 !important;
}


.rulse ol li {
    margin-bottom: 10px;
}

.rulse p {
    color: #FF6600;
}

/* captch code css*/

.capbox {

    padding: 8px 40px 8px 8px;
}



#CaptchaDiv {
    font: bold 17px verdana, arial, sans-serif;
    font-style: italic;
    color: #000000;
    background-color: #FFFFFF;
    padding: .375rem .75rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    border: #FF6600 1px solid;
}

#CaptchaDiv2 {
    font: bold 17px verdana, arial, sans-serif;
    font-style: italic;
    color: #000000;
    background-color: #FFFFFF;
    padding: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#CaptchaInput {
    margin: 1px 0px 1px 0px;
    border-radius: 2rem;
    border: #FF6600 1px solid;
    width: 100%;
    padding: .375rem .75rem;
}

.toggle-qusition {
    margin-top: 4px;
    height: 200px;
    background-color: #d8d8d8;
    z-index: 9;
    position: relative;
}

a.btn.bg-info.text-white.mt-3.px-4.w-100 {
    border-radius: 2rem;
}

@media only screen and (max-width:992px) {

    .content-section {
        padding-left: 0px;
        padding-top: 0px;
    }

}



@media (min-width: 576px) .modal-lg {
    max-width: 800px !important;
}

@media only screen and (max-width:575px) {

    h1.py-2.text-light.mb-0.mt-1.question-0 {
        font-size: 18px;
    }

    h4.py-2.text-light.mb-0.mt-1.question-0 {
        font-size: 18px;
    }

    .question-box p a {
        font-size: 14px;
    }

    .coment-pad {
        padding: 0px;
    }

    .toggle-qusition {
        margin-top: 4px;
        width: 100%;
        height: 200px;
        background-color: #d8d8d8;
        z-index: 2;
        position: relative;
    }

}

.from-border {
    border: solid 4px #FF6600;
    padding: 4px 50px;
    border-radius: 40px;
}


.card.text-center.p-2.mb-4 {
    border-radius: 120px;
    box-shadow: 1px 1px 8px 1px #00000036;
    font-size: 13px;
}


p a[aria-expanded="false"] .fa-sort-up {
    display: none;
}

p a[aria-expanded="true"] .fa-sort-down {
    display: none;
}

p a[aria-expanded="true"] .fa-sort-down {
    display: none;
}


.feedback-area .form-control {
    border: 1px solid #FF6600;
    border-radius: 2rem;
}

.jomadan-area .form-control {
    border: 1px solid #FF6600;
    border-radius: 2rem;
}

.online-guide-area p.card-text.text-center {
    font-size: 15px;
}

.online-guide-area p.card-text {
    font-size: 15px;
}


form.form-inline.w-100 input.form-control.mr-sm-2 {
    width: 15%;
    border-radius: 2rem;
}

form.form-inline.w-100 button.btn.bg-info.my-2.my-sm-0.text-white {
    width: 25%;
    border-radius: 2rem;
}

a.btn.bg-info.text-white.mt-2.px-4.w-100 {
    border-radius: 2rem;
}


.list-unstyled .fa-angle-double-right {
    color: #FF6600;
    margin-right: 6px;
}

a.more-btn {
    color: #FF6600;
    padding-top: 50px;
}

.university {

    background-color: #FF6600;
    padding: 7px 8px;
    color: white;
    font-size: 18px;
}

.unit-one {
    background-color: #FF6600;
    padding: 7px 8px;
    color: white;
    font-size: 18px;
}

.total {
    background-color: #FF6600;
    padding: 7px 8px;
    color: white;
    font-size: 18px;
}


.social-icon span{
    padding: 0px 10px;
}

.social-icon {
    margin-top: 10px;
}


.social-icon span:hover{
   color: #FF6600;
    transition: all 0.2s;
}

.title{
    background-color: #FF6600;
}

.title-2{
    background-color: #0076BA
}

.s-card{
    background-color: #0076BA;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 2px 2px 10px rgba(0, 118, 186, 0.6);
}

.s-card-2{
    background: rgb(97,216,54);
    background: linear-gradient(90deg, rgba(97,216,54,1) 0%, rgba(46,173,0,1) 100%); 
    border-radius: 10px;
    padding: 20px;
    box-shadow: 2px 2px 10px rgba(0, 118, 186, 0.6);
}

.dropdown-menu{
    padding: 0px; 
}


 .card-header button[aria-expanded="true"] .fa-caret-down {
     display: none;
 }

 .card-header button[aria-expanded="false"] .fa-caret-up{
     display: none;
 }



.sm-button{
    display: none;
}

.bg-success{
    background-color:#FF6600!important;
}

.mobile-search-box-result {
    background-color: #ddd;
    position: absolute;
    top: 60px;
    transform: translate(15%, 8%);
    padding: 20px;
 display: none;
}

@media (min-width: 992px){ 
.sidebar-colum .col-lg-3 {
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
}
}


@media (max-width: 770px){ 
    .sm-button{
        display: block;
    }
   #accordionExample button.btn.btn-link.text-left.w-100 {
    font-size: 12px;
}
    }

@media only screen and (max-width:575px) {
    h2.mb-0{
        font-size: 24px;
    }
    
    p.h2.mb-0{
        font-size: 20px;
    }
    
    .s-card {
         padding: 30px 14px;
    }
    
    .s-card-2{
        padding: 30px 14px;
    }
    #accordionExample button.btn.btn-link.text-left.w-100 {
    font-size: 10px;
}

#accordionExample .card-body p{
    font-size: 12px;
    text-align: justify;
}

.mobile-search-box-result{
    display: block;
}
    
}



   td.tag-info{
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    color: #fff;
    background-color: #6c757d;
    margin: 0px 20px;
    }
    
.content {
    overflow-x: hidden;
}

